const github.com/andybalholm/brotli/matchfinder.m0TableMask
7 uses
github.com/andybalholm/brotli/matchfinder (current package)
m0.go#L30: m0TableMask = m0TableSize - 1
m0.go#L97: candidate = int(table[nextHash&m0TableMask])
m0.go#L98: table[nextHash&m0TableMask] = uint16(s)
m0.go#L116: newCandidate := int(table[h&m0TableMask])
m0.go#L117: table[h&m0TableMask] = uint16(newBase)
m0.go#L150: table[m.hash(x)&m0TableMask] = uint16(i)
m0.go#L158: table[prevHash&m0TableMask] = uint16(s - 1)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |